[oden] Grab my incomplete QuickJS wrapper
This commit is contained in:
parent
aa70df41a3
commit
898b1fe129
114 changed files with 244181 additions and 0 deletions
6
oden-js-sys/quickjs/examples/hello_module.js
Normal file
6
oden-js-sys/quickjs/examples/hello_module.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/* example of JS module */
|
||||
|
||||
import { fib } from "./fib_module.js";
|
||||
|
||||
console.log("Hello World");
|
||||
console.log("fib(10)=", fib(10));
|
||||
Loading…
Add table
Add a link
Reference in a new issue