Nothing
context("WASM")
test_that("Load WASM program", {
instance <- wasm(system.file('wasm/add.wasm', package = 'V8'))
expect_equal(names(instance$exports), 'add')
expect_equal(instance$exports$add(12, 30), 42)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.