mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-17 00:38:59 +00:00
Update jsruntime
Signed-off-by: Francis Bouvier <francis@lightpanda.io>
This commit is contained in:
@@ -67,7 +67,7 @@ test {
|
||||
try generate.tests();
|
||||
|
||||
// generate APIs
|
||||
const apis = try jsruntime.compile(DOM.Interfaces);
|
||||
const apis = comptime jsruntime.compile(DOM.Interfaces);
|
||||
|
||||
// create JS vm
|
||||
const vm = jsruntime.VM.init();
|
||||
|
||||
Reference in New Issue
Block a user