* Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la
()
| 15 | */ |
| 16 | |
| 17 | async function test() { |
| 18 | await assert(hello_("world"), "Hello, world from Rust!"); |
| 19 | } |
| 20 | |
| 21 | async function assert(a, b, message) { |
| 22 | const aVal = await a; |