Skip to content

Instantly share code, notes, and snippets.

@vitaliel

vitaliel/run.sh Secret

Last active March 14, 2021 11:30
Show Gist options
  • Save vitaliel/76911dad3f8d42c2b84ab1ede10d4694 to your computer and use it in GitHub Desktop.
Save vitaliel/76911dad3f8d42c2b84ab1ede10d4694 to your computer and use it in GitHub Desktop.
node test_sample.js
// make it with: v -b js -shared sample.v
pub fn test_export() {
println('hello world sweet boy')
}
const v = require('./sample')
v.test_export()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment